home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / tw3.zip / TW_INI.222 < prev    next >
Text File  |  1992-10-13  |  6KB  |  103 lines

  1. 7    'Grey on Black color for screen background
  2. 23    'Grey on Blue color for display of Directory tree
  3. 111    'B.White on Brown - text box interiors, primary box text, TREE hilite bar
  4. 96    'Black on Brown (secondary color for box text), TREE stats color
  5. 110    'B.Yellow on Brown color for borders of all text boxes
  6. 238    'Blinking B.Yellow on Brown color for blinking messages
  7. 6    'Brown on Black color for FKey menu display on bottom of screen
  8. 23    'Grey on Blue color for display of UNMARKED file name
  9. 112    'Black on white to display UNMARKED file names under hilite bar
  10. 14    'Bright yellow on black color to display MARKED file names
  11. 126    'Color for MARKED filename currently under hilite bar
  12. 14    'B.Yellow on Black color for Title Text at top of screen
  13. 15    'White on Black color for alternate title text at top of screen
  14. 19    'Cyan on Blue color for display of subdir files and bytes
  15. 116     'Red on white color for warning messages, errors, etc
  16. LIST    'Default file viewer/editor to use (MUST LEAVE SPACE AFTER NAME!), and
  17. ---Line 17 Reserved for future use---
  18.     ' Printer control codes for Title line of printout
  19.     ' Printer control codes to cancel above Title codes
  20.     ' Printer control codes for file name, date, size, and time info
  21.     ' Printer control codes for attribute or file note string
  22.     ' Printer control code to RESET your printer
  23. ===============================================================================
  24.  
  25.     To use this file, you must RENAME it from TW_INI.222, and be sure
  26.     it is on your current DOS PATH.
  27.  
  28. NOTES - V3.00 - Release date 10/13/92
  29. -------------------------------------
  30.  
  31.         [] - The lines above the double-dashed line above *MUST* remain in the
  32.         sequence shown.
  33.  
  34.         [] - To conserve disk space, you can edit this file to delete any
  35.         or all lines after the dashed double-line, above.  If you do edit this
  36.         file, you should make a backup copy first (unless you are either very
  37.         skilled or very daring!)
  38.  
  39.         [] - Comments are optional, but *MUST* come AFTER the numeric values,
  40.         and MUST be separated from the numeric value by at least one blank
  41.         space character.
  42.            - For the final line, at least one blank space must seperate the
  43.         name of the file viewer / editor from its comment.  If there is no
  44.         comment, leave at least one blank space after the file name.  The given
  45.         program file name MUST be on the current DOS PATH, or else you must
  46.         include the DOS PATH along with the file name.
  47.  
  48.         NOTE: - If you set the name of the file viewer / editor as ASK then you
  49.                 will be asked which program file to use each time you press
  50.                 either ENTER or F4 from within the FILE MANAGER.
  51.  
  52.               - Be aware that TW uses a significant amount (approx 240K) of DOS
  53.                 RAM, so it may not be possible to run a "large" program from
  54.                 within TW.  This facility is intended for relatively small,
  55.                 utility-type programs.
  56.  
  57.               - If the program name you want to use accepts parms after the
  58.                 program name (eg, progname [/parms] filename) go right ahead
  59.                 and put them on the given space.  - If the program accepts
  60.                 parms after the filename, first press ENTER, then add the
  61.                 additional parms as requested.
  62.  
  63.               - TW.EXE uses the program name you input, and shells to DOS using
  64.                 the given program name along with the currently hilited file
  65.                 name as a command line item.  See also the TW.DOC file for more
  66.                 info on /ASK and /NOASK (page 9).
  67.  
  68.         [] - All lines in the TREEWALK.INI file *MUST* end with "hard" CRLF
  69.              (hex 0D0A pair).
  70.  
  71.         [] - Default colors can be restored by erasing or renaming this file.
  72.            - Note that use of the "/M" switch, in either the ENVIRON or on the
  73.              Command line, will override any color setting in this file.
  74.  
  75.         [] - This file *MUST* be named TREEWALK.INI, and *MUST* be located on
  76.         your DOS PATH in order to be effective.  Note that TREEWALK.INI does
  77.         NOT need to be in the same directory as TW.EXE.
  78.  
  79.  
  80.         [] - New color values may be derived as follows:
  81.  
  82.         Color           Foreground Value                Background Value
  83.  
  84.         BLACK                   0                                0
  85.         BLUE                    1                               16
  86.         GREEN                   2                               32
  87.         CYAN                    3                               48
  88.         RED                     4                               64
  89.         MAGENTA                 5                               80
  90.         YELLOW                  6                               96
  91.         WHITE/GREY              7                              112
  92.  
  93.     - To determine which value to use, just add BACKGROUND and FOREGROUND
  94.     values together, and keep in mind the following:
  95.         - To get INTENSE foreground color, add 8 to foreground value.
  96.         - To get BLINKING attribute, add 128 to the total combined color value.
  97.     - Simply type the new color value at the beginning of the appropriate
  98.     line, above, and TW.EXE will use it next time you use it.
  99. ===============================================================================
  100.                   Steve Dunn
  101.                 CIS 70034:2454
  102.  
  103. ==========================[ END OF TW_INI.222 FILE ]===========================